From b7fcf02c0316c3e6aa13ab85b6f835e4fe2aa214 Mon Sep 17 00:00:00 2001 From: parkrrrr Date: Sun, 20 Jul 2003 19:48:51 +0000 Subject: [PATCH] just a minor spacing thing --- gpsbabel/arcdist.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gpsbabel/arcdist.c b/gpsbabel/arcdist.c index f4225ae1a..bd0c7dd6c 100644 --- a/gpsbabel/arcdist.c +++ b/gpsbabel/arcdist.c @@ -172,7 +172,7 @@ arcdist_process(void) FILE *arcfile = fopen( arcfileopt, "r" ); if ( arcfile == NULL ) { - fatal(MYNAME ":Can't open %s for reading.\n",arcfileopt); + fatal(MYNAME ": Can't open %s for reading.\n",arcfileopt); } lat1 = lon1 = lat2 = lon2 = BADVAL; -- 2.30.2